/*内页通用样式*/
/* 背景主色 */
/* 背景辅助颜色 */
/* 字体主色 */
/* 字体辅助颜色 */
p,
span {
  font-family: "微软雅黑" !important;
}
/* 内页版心宽度 */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/*内页通用样式 end*/
.wm {
  width: 1200px;
  margin: 0 auto;
}
.list_none_li {
  list-style-type: none;
}
.transition {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.transition-one-second {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.yahei {
  font-family: "Microsoft Yahei";
}
@keyframes imgg {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*内页左侧*/
.inside-box {
  margin-bottom: 50px;
}
.sidebar-hidden {
  display: none;
}
#thyNavStyle {
  display: block!important;
}
.inside-left {
  margin-top: 30px;
}
.inside-left .pro_list_title {
  background-size: cover;
  width: 240px;
  height: 96px;
  text-align: center;
}
.inside-left .pro_list_title h2 {
  font-size: 24px;
  color: #fff;
  padding-top: 16px;
  font-weight: 500;
  font-family: "Microsoft Yahei";
}
.inside-left .pro_list_title h4 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Microsoft Yahei";
}
.inside-left .sidebar-pro {
  display: none;
}
.inside-left .inside_pro_list ul.expmenu {
  list-style: none !important;
  background: #fff;
  padding-bottom: 46px;
  padding-top: 17px;
  border: 1px solid #DCDCDC;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.inside-left .inside_pro_list ul.expmenu li {
  list-style: none !important;
  padding: 0px 22px;
}
.inside-left .inside_pro_list ul.expmenu li div.header {
  width: 100%;
  height: 62px;
  text-align: left;
  font-size: 14px;
  font-family: "微软雅黑";
  background: #fff;
  line-height: 62px;
  border-bottom: 1px dashed #DCDCDC;
  transition: 1s;
}
.inside-left .inside_pro_list ul.expmenu li div.header:hover .up {
  background: url(../images/arrow-hover.png) no-repeat 0px 0px;
  background-size: 100%;
}
.inside-left .inside_pro_list ul.expmenu li div.header:hover a {
  color: #00a93c;
}
.inside-left .inside_pro_list ul.expmenu li div.header > a {
  display: block;
}
.inside-left .inside_pro_list ul.expmenu li div.header span {
  font-size: 16px;
}
.inside-left .inside_pro_list ul.expmenu li div.header1 {
  width: 100%;
  height: 62px;
  text-align: left;
  font-size: 14px;
  font-family: "微软雅黑";
  background: #fff;
  line-height: 62px;
  border-bottom: 1px dashed #DCDCDC;
  transition: 1s;
}
.inside-left .inside_pro_list ul.expmenu li div.header1:hover .up {
  background: url(../images/arrow-hover.png) no-repeat 0px 0px;
  background-size: 100%;
}
.inside-left .inside_pro_list ul.expmenu li div.header1:hover a {
  color: #00a93c;
}
.inside-left .inside_pro_list ul.expmenu li div.header1 > a {
  display: block;
}
.inside-left .inside_pro_list ul.expmenu li div.header1 span {
  font-size: 16px;
}
.inside-left .inside_pro_list ul.expmenu li ul li {
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: left;
  border-bottom: 1px dashed #D8D8D8;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.inside-left .inside_pro_list ul.expmenu li ul li:hover {
  padding-left: 20px;
}
.inside-left .inside_pro_list ul.expmenu li div.header:hover {
  cursor: pointer;
}
.inside-left .inside_pro_list ul.expmenu li div.header .arrow {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 22px;
}
.inside-left .inside_pro_list ul.expmenu li div.header .arrow .label a {
  color: #fff;
  font-size: 16px;
}
.inside-left .inside_pro_list ul.expmenu li div.header1:hover {
  cursor: pointer;
}
.inside-left .inside_pro_list ul.expmenu li div.header1 .arrow {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 22px;
}
.inside-left .inside_pro_list ul.expmenu li div.header1 .arrow .label a {
  color: #fff;
  font-size: 16px;
}
.inside-left .inside_pro_list .up {
  background: url(../images/arrow.png) no-repeat 0px 0px;
  background-size: 100%;
}
.inside-left .inside_pro_list .down {
  background: url(../images/arrow_u.png) no-repeat 0px 0px;
  background-size: 100%;
}
.inside-left .inside_pro_list ul.expmenu li .menu {
  width: 194px;
  margin: 0 auto;
}
.inside-left .inside_pro_list ul.expmenu li .menu li {
  cursor: pointer;
}
.inside-left .inside_pro_list ul.expmenu li .menu li:hover a {
  color: #00a93c;
}
.inside-left .inside_pro_list ul.expmenu li .menu li a {
  color: #232323;
  padding-left: 20px;
}
.inside-left .inside_pro_list .proDetail {
  width: 100%;
}
.inside-left .type-bottom {
  background: url("../images/type-bottom-bg.jpg") no-repeat;
  background-size: cover;
  height: 303px;
  width: 240px;
  text-align: center;
}
.inside-left .type-bottom p {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  padding-top: 47px;
}
.inside-left .type-bottom h3 {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 25px;
  color: #fff;
}
.inside-left .type-bottom h4 {
  font-size: 14px;
  margin-top: 12px;
  color: #fff;
}
.inside-left .type-bottom h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}
/*内页右边*/
.inside-right {
  width: 77.7%;
  position: relative;
}
.inside-right .in-order {
  width: 395px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.inside-right .in-order ul li .cp-name {
  font-size: 28px;
  color: #232323;
  font-weight: 100;
  margin-bottom: 6px;
}
.inside-right .in-order ul li:nth-child(2) h5 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #232323;
  font-weight: 200;
  display: inline-block;
  float: left;
  padding-top: 7px;
}
.inside-right .in-order ul li:nth-child(2) .cp-tel {
  color: #e97517;
  font-family: fantasy!important;
  font-size: 30px;
  float: left;
}
.inside-right .in-order ul li:nth-child(3) {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 39px;
}
.inside-right .in-order ul li strong {
  font-weight: bold;
  font-size: 28px;
  color: #232323;
  float: left;
}
.inside-right .in-order ul li span {
  float: left;
}
.inside-right .in-order ul li:last-child a {
  display: block;
  line-height: 42px;
  background: #e97517;
  color: #fff;
  text-align: center;
  width: 158px;
  margin-top: 29px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.inside-right .in-order ul li:last-child a img {
  margin-right: 5px;
  margin-top: -3px;
}
.inside-right .in-order ul li:last-child a:hover {
  opacity: 0.8;
}
.inside-right .inside-location-box {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eaeaea;
  padding: 0px 0px 10px;
}
.inside-right .inside-rl-title {
  font-size: 20px;
  color: #1f1f1f;
  display: block;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inside-right .inside-rl-location {
  font-size: 14px;
}
.inside-right .inside-r-list p span {
  font-size: 15px!important;
  line-height: 30px;
}
.inside-right .inside-r-list .irlib-title {
  height: 30px;
  line-height: 30px;
}
.inside-right .inside-rl-item {
  width: 294px;
  height: 221px;
  float: left;
  margin-right: 25px;
  list-style: none;
  margin-bottom: 25px;
  position: relative;
}
.inside-right .inside-rl-item:first-child {
  padding-top: 0;
}
.inside-right .inside-rl-item a {
  font-size: 16px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-right .inside-rli-time {
  font-size: 14px;
}
.inside-right .irlib-content {
  font-size: 14px;
  line-height: 170%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inside-right .inside-r-page {
  margin-top: 20px;
}
/*内页右边 end*/
/*产品页面*/
.inside-pro ul {
  padding-top: 22px;
}
.inside-pro ul li {
  margin-bottom: 22px!important;
}
.inside-pro ul li:nth-child(3n) {
  margin-right: 0;
}
/*产品页面*/
/*分页*/
div.jogger {
  padding: 2px;
  margin: 7px;
  font-family: "lucida sans unicode", "lucida grande", lucidagrande, "lucida sans", geneva, verdana, sans-serif;
  text-align: center;
  margin-top: 20px;
}
div.jogger a {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  color: #fff;
  background-color: #00a93c;
  text-decoration: none;
}
div.jogger a:hover {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  color: #fff;
  background-color: #de1818;
}
div.jogger a:active {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  color: #fff;
  background-color: #de1818;
}
div.jogger a span .current {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px 6px 2px 2px;
  color: #fff;
  background-color: #c51616;
  font-weight: bold;
}
div.jogger a span .disabled {
  display: none;
}
/*分页end*/
/*招纳贤士*/
.jobs {
  position: relative;
}
.jobs li {
  list-style-type: none;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  margin: 23px 18px 28px 28px;
}
.jobs li p {
  line-height: 35px;
}
.jobs li strong {
  color: #b50000;
}
.jobs p {
  line-height: 35px;
}
.jobs a {
  display: block;
  position: absolute;
  background-color: #00a93c;
  color: #ffffff;
  padding: 1px 8px;
  top: 50px;
  left: 500px;
  width: 71px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}
.desct {
  margin: 30px 0 0 0px;
  width: 100%;
  height: 30px;
  background: #ececec;
}
.desct b {
  display: inline-block;
  padding-left: 10px;
  height: 100%;
  border-right: 1px solid #fff;
  background: #656565;
  color: #fff;
  line-height: 30px;
}
/*招纳贤士end*/
/*留言*/
.inside-ny-message {
  /*padding-top: 30px;*/
}
.inside-ny-message .inside-ny-item {
  height: 30px;
  margin-bottom: 20px;
}
.inside-ny-message .inside-ny-name {
  width: 100px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  padding-right: 10px;
  font-family: initial;
}
.inside-ny-message .inside-ny-inp {
  width: 300px;
  height: 28px;
  padding-left: 5px;
  border: #ccc 1px solid;
}
.inside-ny-message .inside-ny-inp[type=text]:focus {
  border: 1px solid #ccc;
}
.inside-ny-message .inside-ny-text {
  height: auto;
}
.inside-ny-message .inside-ny-area {
  width: 400px;
  height: 110px;
  padding: 5px;
  border: #ccc 1px solid;
}
.inside-ny-message .inside-ny-code .inside-ny-inp {
  width: 100px;
}
.inside-ny-message .inside-nyc-img {
  margin-left: 10px;
  width: 64px;
  height: 30px;
  cursor: pointer;
}
.inside-ny-message .inside-ny-btn {
  padding-left: 110px;
}
.inside-ny-message .inside-ny-btn input {
  width: 100px;
  height: 35px;
  background: #ddd;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 5px;
  border: 0;
}
.inside-ny-message .inside-ny-btn input[type=submit] {
  background: #00a93c;
  color: #fff;
}
.inside-ny-message .inside-ny-btn input[type=button]:hover {
  background: #f60;
  color: #fff;
}
.inside-ny-message .inside-ny-hint {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  color: red;
}
.layui-form-item {
  margin-bottom: 15px;
  clear: both;
}
.layui-form-label {
  float: left;
  display: block;
  padding: 9px 15px;
  width: 80px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  position: relative;
}
.layui-input,
.layui-textarea {
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  width: 726.14px;
  padding-left: 10px;
  border-color: #e6e6e6;
}
.layui-textarea {
  min-height: 112px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
  width: 717px;
}
.layui-input-block {
  margin-left: 110px;
  min-height: 36px;
}
.layui-btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #00a93c;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  float: left;
}
.layui-reset {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  border: 1px solid #C9C9C9!important;
  background-color: #fff;
  color: #555;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.layui-reset:hover {
  border: 1px solid #00a93c !important;
  color: #00a93c;
}
/*留言 end*/
/*新闻*/
/*新闻首页面*/
.concompanycon {
  height: 100%;
  padding-top: 15px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 50px;
}
.concompanycon .mynews {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.concompanycon .mynews li {
  width: 84%;
  height: 160px;
  background: #f9f9f9;
  margin-bottom: 15px;
  padding: 25px 110px 0 30px;
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.concompanycon .mynews li:hover {
  background: #fff;
  cursor: pointer;
}
.concompanycon .mynews li:hover span {
  right: 30px;
  background: url(../images/inside-news-right-h.png) no-repeat center;
  background-size: 40px;
}
.concompanycon .mynews li:hover h4 {
  color: #00a93c;
}
.concompanycon .mynews li a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: 0 none;
}
.concompanycon .mynews li a h4 {
  font-size: 16px;
  line-height: 40px;
  color: #3C3C3C;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.concompanycon .mynews li a h5 {
  font-size: 12px;
  color: #A2A2A2;
  line-height: 35px;
}
.concompanycon .mynews li a h6 {
  font-size: 14px;
  color: #9C9C9C;
  line-height: 25px;
}
.concompanycon .mynews li a span {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  background: url(../images/inside-news-right.png) no-repeat center;
  background-size: 40px;
  text-align: center;
  color: #FFF;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*新闻 end*/
/*新闻详情页*/
.inside-r-list {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.inside-r-list .inside-r-box {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dfdfdf;
  padding-top: 15px;
}
.inside-r-list .inside-r-box .inside-r-title {
  font-size: 18px;
}
.inside-r-list .inside-r-box .inside-r-em {
  display: block;
  font-size: 12px;
  color: #ababab;
  height: 24px;
  line-height: 24px;
  margin: 10px 0px;
}
.inside-r-list .inside-rn-content {
  position: relative;
  padding-top: 20px;
}
.inside-r-list .inside-rn-content p {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}
.inside-r-list .inside-r-page {
  float: right;
  margin-top: 20px;
}
.inside-r-list .inside-r-page .inside-r-list ul {
  list-style: none;
}
.inside-r-list .inside-r-page .inside-r-list ul li {
  list-style: none;
}
/*新闻详情页 end*/
/*案例*/
.inside-prorl-item {
  float: left;
  margin-right: 16px;
}
.inside-prorl-item:nth-of-type(4n) {
  margin-right: 0px;
}
.inside-prorl-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-prorl-item .inside-prorl-item-img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  width: 286px;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.inside-prorl-item .inside-prorl-item-img .inside-prorl-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.inside-prorl-item .inside-prorl-title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  text-align: center;
  width: 266px;
}
/*案例end*/
/*荣誉*/
/*产品页面*/
.inside_honor_img {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
}
.inside_honor_img ul {
  padding-top: 22px;
}
.inside_honor_img ul li {
  width: 296px;
  height: 289px;
  float: left;
  margin-right: 7px;
  margin-bottom: 22px;
  list-style: none;
  position: relative;
}
.inside_honor_img ul li:nth-child(3n) {
  margin-right: 0;
}
.inside_honor_img ul li:hover p {
  color: #fff;
  color: #00a93c;
}
.inside_honor_img ul li:hover .pro {
  border: 2px solid #00a93c;
}
.inside_honor_img ul li a {
  display: block;
}
.inside_honor_img ul li a .pro {
  display: block;
  width: 296px;
  height: 245px;
  border: 2px solid #eaeaea;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside_honor_img ul li a .pro img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.inside_honor_img ul li a p {
  text-align: center;
  width: 222px;
  line-height: 46px;
  height: 46px;
  padding: 0 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  color: #908f8f;
  font-weight: bold;
}
/*荣誉end*/
/*精品*/
.service-bar {
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}
.service-bar .ss1_wrapper {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 50px 0 50px 0;
}
.service-bar .ss1_wrapper .slideshow {
  position: relative;
  width: 500px;
  height: 500px;
  margin-left: 20px;
}
.service-bar .ss1_wrapper .slideshow_item {
  width: 500px;
  height: 500px;
}
.service-bar .ss1_wrapper .slideshow_item .image img {
  border-radius: 25px;
  width: 500px;
  height: 500px;
}
.service-bar .ss1_wrapper .slideshow_item .data {
  display: none;
}
.service-bar .ss1_wrapper a.slideshow_prev {
  position: absolute;
  right: -72px;
  bottom: 0px;
  z-index: 11;
  width: 70px;
  height: 70px;
  outline: none;
  background: url(../images/arrow-hover.png) no-repeat;
  display: none;
}
.service-bar .ss1_wrapper a.slideshow_prev span {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/arrows.png) no-repeat -43px 110%;
  text-indent: -9999px;
}
.service-bar .ss1_wrapper a.slideshow_next {
  position: absolute;
  right: -144px;
  bottom: 0px;
  z-index: 12;
  width: 70px;
  height: 70px;
  outline: none;
  background: url(../images/arrow-hover.png) no-repeat;
  display: none;
}
.service-bar .ss1_wrapper a.slideshow_next span {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/arrows.png) no-repeat 10px 109%;
  text-indent: -9999px;
}
.service-bar .ss1_wrapper .slideshow_paging {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 545px;
  z-index: 11;
  font-size: 12px;
}
.service-bar .ss1_wrapper .slideshow_paging a {
  display: block;
  float: left;
  margin: 0 0 0 2px;
  padding: 4px 7px;
  color: #ccc;
}
.service-bar .ss1_wrapper .slideshow_paging a:hover {
  color: #ffffff;
}
.service-bar .ss1_wrapper .slideshow_paging a.activeSlide {
  background: #eee;
  color: #222222;
}
.service-bar .ss1_wrapper .slideshow_box {
  position: absolute;
  right: -595px;
  background: #fff;
  width: 560px;
  height: 550px;
  z-index: 10;
  top: -18px;
}
.service-bar .ss1_wrapper .slideshow_box .data {
  color: #333;
  margin-left: 80px;
}
.service-bar .ss1_wrapper .slideshow_box .data h4 {
  color: #333;
  font: bold 18px arial, sans-serif;
  padding: 0;
  margin: 0 0 42px 0;
}
.service-bar .ss1_wrapper .slideshow_box .data p {
  line-height: 35px;
  font-size: 15px;
  color: #333;
}
.service-bar .ss1_wrapper .slideshow_box .data a {
  display: block;
  margin-top: 30px;
  color: #333;
  font-size: 18px;
  font-weight: normal;
}
.service-bar .ss1_wrapper .slideshow_box .desc {
  color: #333;
  font-size: 14px;
}
.service-bar .ss1_wrapper .slideshow_box .desc:hover {
  color: #00a93c;
}
/*精品end*/
/*内页头部*/
.right_page_top {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px;
  border-bottom: 2px solid #00a93c;
}
.right_page_top h2 {
  font-size: 28px;
  color: #404040;
  text-align: center;
  padding-top: 15px;
}
.right_page_top h5 {
  font-size: 18px;
  color: #8a8a8a;
  text-align: center;
  margin-top: 2px;
}
.right_page_top .location {
  font-size: 14px;
  color: #939393;
  line-height: 30px;
  margin-top: 5px;
}
.layui-icon {
  width: 25px;
  margin-top: -10px;
}
.right_page_top .location a {
  color: rgba(0, 0, 0, 0.7);
}
/*留言板*/
.link_way {
  float: left;
  min-width: 300px;
  width: 43%;
  font-family: 微软雅黑;
  color: #333333;
  margin: 10px 20px 20px 0px;
  list-style: none;
  padding: 30px 0 0px 18px;
}
.link_way strong {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.link_way li {
  line-height: 76px;
  padding: 0 0 14px 50px;
  margin: 0;
  margin-top: 14px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  white-space: normal;
  padding-bottom: 10px;
  color: #666;
}
.link_way li:nth-child(2) {
  background: url(../images/c1.png) left top 18px no-repeat;
  background-size: 40px;
}
.link_way li:nth-child(3) {
  background: url(../images/c2.png) left top 18px no-repeat;
  background-size: 40px;
}
.link_way li:nth-child(4) {
  background: url(../images/c3.png) left top 18px no-repeat;
  background-size: 40px;
}
.link_way li:nth-child(5) {
  background: url(../images/c4.png) left top 18px no-repeat;
  background-size: 40px;
}
.inside-r-list {
  position: relative;
}
.details {
  width: 360px;
  position: absolute;
  right: 10px;
  top: 25px;
}
.details ul li .cp-name {
  font-size: 28px;
  color: #232323;
  font-weight: 100;
  margin-bottom: 6px;
}
.details ul li:nth-child(2) h5 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #232323;
  font-weight: 200;
  display: inline-block;
  float: left;
  padding-top: 7px;
}
.details ul li:nth-child(2) .cp-tel {
  color: #e97517;
  font-family: fantasy!important;
  font-size: 30px;
  float: left;
}
.details ul li:nth-child(3) {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 39px;
}
.details ul li strong {
  font-weight: bold;
  font-size: 28px;
  color: #232323;
}
.details ul li:last-child a {
  display: block;
  line-height: 42px;
  background: #e97517;
  color: #fff;
  text-align: center;
  width: 158px;
  margin-top: 34px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.details ul li:last-child a img {
  margin-right: 5px;
  margin-top: -3px;
}
.details ul li:last-child a:hover {
  opacity: 0.8;
}
.inside_anli ul li {
  width: 385px;
  height: 251px;
  float: left;
  margin-right: 7px;
  margin-bottom: 22px;
  list-style: none;
}
.inside_anli ul li:hover .pro {
  border: none;
}
.inside_anli ul li a .pro {
  width: 100%;
  height: 221px;
  border: none;
}
.inside_anli ul li:hover p {
  background: none;
  color: #00a93c;
}
.inside_anli ul li a p {
  width: 385px;
  padding: 0;
}
.InpageHotSale {
  width: 920px;
  float: right;
  margin-top: 28px;
}
.InpageHotSale dl {
  width: 880px;
  height: 218px;
  background: #fff;
  margin-top: 20px;
  padding: 20px;
}
.InpageHotSale dl:hover {
  background: #f8f8f8;
  box-shadow: 1px 0 6px 4px #eaeaea;
}
.InpageHotSale dl:hover dt img {
  transform: scale(1.2);
}
.InpageHotSale dl:hover dd h3 a {
  color: #4db75f;
}
.InpageHotSale dl:hover dd .details {
  background: url(../images/InpageHotSaleBg02.png) no-repeat center;
  color: #fff;
}
.InpageHotSale dl:hover dd .details i {
  background: url(../images/InpageHotSale_icon02.png) no-repeat center;
}
.InpageHotSale dl:first-child {
  margin-top: 0;
}
.InpageHotSale dl dt {
  float: left;
  width: 360px;
  height: 218px;
  overflow: hidden;
  position: relative;
}
.InpageHotSale dl dt a {
  color: #666;
  text-decoration: none;
}
.InpageHotSale dl dt a:hover {
  text-decoration: underline;
}
.InpageHotSale dl dt a img {
  display: block;
  transform: scale(1);
  transition: all 2s ease-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.InpageHotSale dl dd {
  width: 460px;
  padding-top: 33px;
  float: left;
  margin-left: 45px;
  position: relative;
}
.InpageHotSale dl dd h3 {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #333333;
}
.InpageHotSale dl dd h3 a {
  color: #333333;
  text-decoration: none;
}
.InpageHotSale dl dd h3 a span {
  width: 44px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #fa8815;
  font-size: 12px;
  color: #fa8815;
  display: inline-block;
  border-radius: 2px;
  margin-left: 10px;
}
.InpageHotSale dl dd p {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  margin-top: 34px;
}
.InpageHotSale dl dd .details {
  display: block;
  width: 122px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background: url(../images/InpageHotSaleBg01.png) no-repeat center;
  text-decoration: none;
  position: absolute;
  right: 0;
}
.InpageHotSale dl dd .details i {
  display: inline-block;
  width: 21px;
  height: 12px;
  background: url(../images/InpageHotSale_icon01.png) no-repeat center;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.gyscProject {
  width: 100%;
  height: 788px;
}
.gyscProject h2 {
  font-size: 28px;
  color: #404040;
  text-align: center;
  margin-top: 22px;
}
.gyscProject h5 {
  font-size: 18px;
  color: #8a8a8a;
  text-align: center;
  margin-top: 2px;
  background: url(../images/titlebg.png) no-repeat center;
}
.gyscProject .wm {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
.gyscProject .wm .mainCon {
  width: 100%;
  margin-top: 52px;
}
.gyscProject .wm .mainCon dl {
  width: 100%;
  height: 410px;
  background: #f6f6f6;
}
.gyscProject .wm .mainCon dl dt {
  width: 600px;
  float: left;
  overflow: hidden;
  height: 410px;
  position: relative;
}
.gyscProject .wm .mainCon dl dt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gyscProject .wm .mainCon dl dd {
  float: left;
  width: 530px;
  margin-left: 42px;
  padding-top: 16px;
}
.gyscProject .wm .mainCon dl dd img {
  margin-top: 33px;
}
.gyscProject .wm .mainCon dl dd h3 {
  font-size: 24px;
  color: #585858;
  margin-top: 14px;
  font-family: "微软雅黑";
  font-weight: 500;
}
.gyscProject .wm .mainCon dl dd i {
  display: block;
  margin: 26px 0 17px 0;
  width: 38px;
  height: 2px;
  background: #0b5a9f;
}
.gyscProject .wm .mainCon dl dd p,
.gyscProject .wm .mainCon dl dd span {
  font-size: 14px!important;
  color: #7b7b7b !important;
  line-height: 34px!important;
}
.gyscProject .wm .mainCon ul {
  width: 100%;
  margin-top: 36px;
}
.gyscProject .wm .mainCon ul li {
  float: left;
  width: 288px;
  height: 199px;
  position: relative;
  overflow: hidden;
  margin-left: 16px;
}
.gyscProject .wm .mainCon ul li:hover img {
  transform: scale(1.2);
}
.gyscProject .wm .mainCon ul li:first-child {
  margin-left: 0;
}
.gyscProject .wm .mainCon ul li img {
  display: block;
  transition: all 2s ease-out;
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gyscProject .wm .mainCon ul li p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/tywAppreciateBg02.png);
}
/*产品详情*/
.inside-rn-content {
  position: relative;
}
.inside-rn-content table {
  width: 100% !important;
  border-collapse: collapse;
}
.inside-rn-content table td {
  color: #333;
  line-height: 30px;
}
.inside-rn-content .cpimg {
  float: left;
  width: 430px;
  height: 357px;
  position: relative;
  margin-right: 70px;
  border: 1px solid #d1d1d1;
}
.inside-rn-content .cpimg img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.inside-rn-content .canshu {
  float: left;
  width: 380px;
  height: 412px;
}
.inside-rn-content .canshu li {
  text-align: left;
  color: #636060;
  line-height: 36px;
}
.inside-rn-content .canshu li:first-child {
  margin-top: 30px;
}
.inside-rn-content .canshu .title {
  font-weight: bold;
  color: #757575;
  margin: 0;
  font-size: 20px;
  text-align: left;
}
.inside-rn-content .canshu .pdLine {
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  margin: 10px 0;
}
/*产品详情end*/
.no_product {
  color: #00a93c;
  font-size: 18px;
}
